Package raar.language

Interface Summary
RAAbstractList  
RAAssignable  
RAEqualityComparable  
RAFullComparable  
RALogObject  
RAMathObject Op deze interface gebaseerde klasses zijn mathematische expressies.
RAStatement  
 

Class Summary
RAAddStatement Models the RAAR ADD statement that can add an element to a list.
RAAssignment This class models the RAAR := statement; in effect it assigns a value to a register at execution.
RAClearStatement Models the RAAR CLEAR statement that can clear a list.
RACompareObject  
RAForLoop  
RAIfStatement  
RALogExpression  
RAMathExpression  
RAPrintStatement Models the RAAR PRINT statement that can print some info to the debugger window.
RAStatementSet  
RAStopStatement Models the RAAR STOP statement that allows agents to stop the simulation.